home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9864 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  719 b 

  1. Path: btree.is.brooktree.com!usenet
  2. From: sasha@brooktree.com (Alex Bakaev)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: BASM; in TC++
  5. Date: Mon, 04 Mar 1996 20:45:35 GMT
  6. Organization: Brooktree Corporation
  7. Message-ID: <4hfkus$12u@btree.brooktree.com>
  8. References: <31383B22.A13@algonet.se>
  9. NNTP-Posting-Host: komissar.is.brooktree.com
  10. X-Newsreader: Forte Free Agent v0.46
  11.  
  12. Marcus G Johansson <astro1@algonet.se> wrote:
  13.  
  14. >I've been trying to write some assembler in TC++ (BASM), but I can't write 
  15. >labels, no matter how I write em (tried lot's of ways) it don't work.. Either I 
  16. >declared it wrong or it's not existing when I make the jump, so how do I do it?
  17.  
  18. >/Marcus
  19.  
  20.  
  21. asm {
  22. ...
  23.    jnc  label
  24. }
  25.  
  26. label:
  27. asm {
  28. ...
  29. }
  30.  
  31. Alex
  32.  
  33.